home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / pprev101 / prntstat.dfm / prntstat.txt < prev   
Encoding:
Text File  |  1996-09-15  |  1.4 KB  |  76 lines

  1. object PrintStatusForm: TPrintStatusForm
  2.   Left = 304
  3.   Top = 180
  4.   ActiveControl = CancelBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Status'
  7.   ClientHeight = 118
  8.   ClientWidth = 278
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 265
  22.     Height = 65
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 11
  27.     Top = 16
  28.     Width = 60
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = 'Print Job:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 11
  35.     Top = 48
  36.     Width = 60
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     Caption = 'Page:'
  40.   end
  41.   object TitleLabel: TLabel
  42.     Left = 80
  43.     Top = 16
  44.     Width = 177
  45.     Height = 25
  46.     AutoSize = False
  47.     Caption = 'TitleLabel'
  48.     WordWrap = True
  49.   end
  50.   object PageNumLabel: TLabel
  51.     Left = 80
  52.     Top = 48
  53.     Width = 177
  54.     Height = 13
  55.     AutoSize = False
  56.     Caption = 'PageNumLabel'
  57.   end
  58.   object CancelBtn: TBitBtn
  59.     Left = 100
  60.     Top = 84
  61.     Width = 77
  62.     Height = 27
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     TabOrder = 0
  69.     OnClick = CancelBtnClick
  70.     Kind = bkCancel
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75. end
  76.